Adding users pages and logic back to CP admin interface#787
Adding users pages and logic back to CP admin interface#787caitlinroach-nhs wants to merge 32 commits into
Conversation
Updated the welcome email to include multiple pharmacy locations.
Changed to: Add pharmacies or manage an existing pharmacy.
|
Forgot that we still need to discuss some of the deactivation messaging for this -- grabbed some time next Monday |
| <div class="app-email-preview"> | ||
| {% include "user-admin/_welcome-email.html" %} | ||
| {% if (pharmacies | length) > 1 %} | ||
| {% include "emails/welcome-email-multiple-pharmacies.html" %} |
There was a problem hiding this comment.
I think we need another 'if' in this section so that when you do Check and add a group admin this email is displayed:
welcome-email-group-admin.html
| {% endfor %} | ||
| </ul> | ||
|
|
||
| <p>Their Okta account will remain active, so they can continue to access other services.</p> |
There was a problem hiding this comment.
Will leave this line for now but want to run it past Ileri - it's what we currently say in the main service. But I'd be inclined to delete it as not sure it helps in any way.
|
|
||
| <p>Once you deactivate {{ user.firstName }} {{ user.lastName }} ({{ user.email }}), they will not be able to sign in and use NHS Record a vaccination for this pharmacy group. They’ll receive an email to confirm their account has been deactivated.</p> | ||
|
|
||
| <p>Their Okta account will remain active, so they can continue to access other services.</p> |
There was a problem hiding this comment.
Will leave this line for now but want to run it past Ileri - it's what we currently say in the main service. But I'd be inclined to delete it as not sure it helps in any way.
|
|
||
| <p>Their Okta account will remain active, so they can continue to access other services.</p> | ||
|
|
||
| <p>You can reactivate their account anytime.</p> |
There was a problem hiding this comment.
Pending a decision about whether group admins can be reactivated or whether they need to be re-added, we may delete this.
| <h1 class="nhsuk-heading-l">Deactivate {{ user.firstName }} {{ user.lastName }} from {{ pharmacy.name }} </h1> | ||
| <h1 class="nhsuk-heading-l">Deactivate {{ user.firstName }} {{ user.lastName }} from {{ pharmacy.name }} ({{ pharmacy.id }})</h1> | ||
|
|
||
| <p>Once you deactivate {{ user.firstName }} {{ user.lastName }} ({{ user.email}}), they cannot sign in and use NHS Record a vaccination at this pharmacy. They’ll receive an email to confirm their account has been deactivated.</p> |
There was a problem hiding this comment.
| <p>Once you deactivate {{ user.firstName }} {{ user.lastName }} ({{ user.email}}), they cannot sign in and use NHS Record a vaccination at this pharmacy. They’ll receive an email to confirm their account has been deactivated.</p> | |
| <p>Once you deactivate {{ user.firstName }} {{ user.lastName }} ({{ user.email}}), they will not be able to sign in and use NHS Record a vaccination at this pharmacy. They’ll get an email to confirm their account has been deactivated.</p> |
Changed 'Add new user ...' to 'Add a new user'
In this bit of work we are adding back the users section and finishing up any final designs for that. This includes: